
/* ONLY CHANGES HERE:
01. added  body { margin-left:40px;


*/
@media screen { 
    body {
        margin: 0;
        margin-left:60px;  /*to accomodate tooltips on the far left which extend off page.
        padding: 0;
        display: block; /*flex*/
        flex-direction: column; 
        justify-content: center; 
        align-items: center;
        /*min-height: 100vh;*/ 
        background-color: #f0f0f0; 

    }
}


/*TAGS*/
h6 {
    margin: 0;
}

/*CLASSES*/
.div-right-img {
	float:right;
	font-family:Times New Roman; 
	font-weight: 600;
 	font-size: 12px;
	margin-top:20px; 
	margin-left:20px; 
	margin-bottom:20px;
}

.div-center-img {
	font-family:Times New Roman; 
	font-weight: 600;
 	font-size: 12px;
 	margin:20px;
  margin-left: auto; /*centering*/
  margin-right: auto; /*centering*/
}

.div-left-img {
	float:left;
	font-family:Times New Roman; 
	font-weight: 600;
 	font-size: 12px;
	margin-top:20px; 
	margin-right:20px; 
	margin-bottom:20px;
}

.span-missing-script{
	font-family:Times New Roman; 
	font-style:italic;
	font-weight: 600;
 	font-size: 16px;
}

.nowrap{
  white-space:nowrap;
}

.PageNumber{
	display:inline-block; 
	width:100%; 
	text-align:center; 
	font-family:Times New Roman; 
	font-weight: 200;
 	font-size: 18px;
}

.WhitePage {
    width: 90%; /* Full width on smaller screens */
    max-width:600px; /*Prevent massively wide box on laptop*/
    /*min-height: 900px;*/
    height: auto; /* Auto height - currently overflow??? */
    margin-right:auto; /*Centering page*/
    margin-left:auto; /*Centering page*/
    padding:20px; /*Keeps text away from the edges, like an inner margin*/
    padding-bottom:50px;/*Keeps text further off the bottom*/
    text-align: left;
    background-color: #FFFFFF;
    font-family:Calibri;
    font-size: 18px;
    border: 2px solid black;
    margin-bottom:50px; /*page separator*/
}

.TanPage {
    width: 90%; /* Visible borders on smaller screens */
  	max-width:600px; /*Prevent massively wide box on laptop*/
  	height: auto; /* Auto height - currently overflow??? */
    /*min-height: 900px;*/
  	margin-right:auto; /*Centering page*/
  	margin-left:auto; /*Centering page*/
 	  padding: 20px; /*Keeps text away from the edges, like an inner margin*/
	  padding-bottom:50px;/*Keeps text further off the bottom*/
  	text-align: left;
  	background-color: #D2B48C;
	  font-family:Edu Vic WA NT Beginner,Edu Vic WA NT ,cursive; /* Free cross-device font from Google  */
	  font-size: 18px;
	  Border: 2px solid black;
	  margin-bottom:50px; /*page separator*/
  
}


/*TABLE*/
.table-index{
	font-family:Times New Roman; 
	font-weight: 600;
 	font-size: 14px;
}
.table-index td:first-child  {
padding:0.5vw; 
}
.table-index td:nth-child(2) {
padding:0.5vw;
margin-left:1vw;
}
.table-index td:last-child   { }













